home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Online / privoxy-3.0.0-stable / templates / edit-actions-list-url < prev    next >
Text File  |  2002-10-27  |  3KB  |  88 lines

  1. ##############################################################################
  2. #
  3. # File        :  $Source: /cvsroot/ijbswa/current/templates/edit-actions-list-url,v $
  4. #
  5. # Purpose     :  Template which forms part of edit-actions-list
  6. #
  7. # Copyright   :  Written by and Copyright (C) 2001 the SourceForge
  8. #                Privoxy team. http://www.privoxy.org/
  9. #
  10. #                Original Author: Copyright (C) 2001 Jonathan Foster
  11. #                http://www.jon-foster.co.uk/
  12. #
  13. #                This program is free software; you can redistribute it 
  14. #                and/or modify it under the terms of the GNU General
  15. #                Public License as published by the Free Software
  16. #                Foundation; either version 2 of the License, or (at
  17. #                your option) any later version.
  18. #
  19. #                This program is distributed in the hope that it will
  20. #                be useful, but WITHOUT ANY WARRANTY; without even the
  21. #                implied warranty of MERCHANTABILITY or FITNESS FOR A
  22. #                PARTICULAR PURPOSE.  See the GNU General Public
  23. #                License for more details.
  24. #
  25. #                The GNU General Public License should be included with
  26. #                this file.  If not, you can view it at
  27. #                http://www.gnu.org/copyleft/gpl.html
  28. #                or write to the Free Software Foundation, Inc., 59
  29. #                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  30. #
  31. # Revisions   :
  32. #    $Log: edit-actions-list-url,v $
  33. #    Revision 1.10  2002/05/21 19:13:14  oes
  34. #    Added client-side JavaScript versions of edit and add URL forms
  35. #
  36. #    Revision 1.9  2002/05/12 15:45:33  jongfoster
  37. #    Applying [Patch 552094] New templates for edit-actions-list
  38. #    This cleans up the templates by:
  39. #    - Removing the (confusing) alternating color scheme.
  40. #    - Making everything left-justified.
  41. #
  42. #    Revision 1.8  2002/04/26 12:58:11  oes
  43. #    Central "button" link style in cgi-style.css
  44. #
  45. #    Revision 1.7  2002/03/26 22:29:56  swa
  46. #    we have a new homepage!
  47. #
  48. #    Revision 1.6  2002/03/24 11:01:06  swa
  49. #    name change
  50. #
  51. #    Revision 1.5  2002/01/23 00:26:45  jongfoster
  52. #    Reducing length of URLs
  53. #    Where encoded and unencoded versions of a string existed, removing
  54. #    the unencoded one.
  55. #
  56. #    Revision 1.4  2002/01/17 21:33:00  jongfoster
  57. #    Replacing all references to the URL of the config interface
  58. #    with @default-cgi@
  59. #
  60. #    Revision 1.3  2001/11/13 00:58:18  jongfoster
  61. #    New version of actions file editor templates
  62. #
  63. #
  64. #############################################################################
  65. #
  66. # Available variables include:
  67. #
  68. # filename
  69. # ver
  70. # sectionid
  71. # urls
  72. #
  73. #############################################################################
  74. #
  75. # ** Important note: **
  76. #
  77. # It is *extremely* important to keep this file small.  That's why all the
  78. # identifiers in the HTML are short and cryptic.  Currently, the main
  79. # edit-actions page is ~300k.  Before it was optimized, it was ~550k.
  80. #
  81. #############################################################################
  82. <tr class="url" valign="top">
  83. <td class="indentbuttons"><a name="l@p@"
  84. href="ear?f=@f@&v=@v@&p=@p@" onclick="return rm_p(@p@,'@url@');">Remove</a>   <a
  85. href="eau?f=@f@&v=@v@&p=@p@" onclick="return  e_p(@p@,'@url@');">Edit</a>  @url-html@</td>
  86. </tr>
  87.